module Base
{

	item Bag_Skillz_Mail
	{
		DisplayName = Duffel Bag,
		DisplayCategory = Bag,
		ItemType = base:container,
		Weight = 1,
		Icon = DuffelBagWhite,
		CanBeEquipped = Back,
		CanHaveHoles = FALSE,
		Capacity = 18,
		CloseSound = CloseBag,
		ClothingItem = Bag_Skillz_Mail,
		EquipSound = EquipDuffleBag,
		OpenSound = OpenBag,
		PutInSound = PutItemInBag,
		ReplaceInPrimaryHand = Bag_Skillz_RHandMail holdingbagright,
		ReplaceInSecondHand = Bag_Skillz_LHandMail holdingbagleft,
		RunSpeedModifier = 0.95,
		WeightReduction = 65,
		WorldStaticModel = DuffelBag_Ground,
		Tags = IsFireFuel;IsFireTinder;NeverEmpty,
	}

}